home *** CD-ROM | disk | FTP | other *** search
/ Power Game Pak 2 / Power Game Pak volume 2.iso / wc4demo / setup.bat < prev    next >
DOS Batch File  |  1995-10-26  |  535b  |  15 lines

  1. @echo Creating C:\WC4...
  2. @md c:\wc4 > NUL
  3. @echo Installing VIDEO patch...
  4. @copy video.dll c:\wc4demo > NUL
  5. @echo\
  6. @echo NOTE : You must change your save game directory to whatever
  7. @echo directory you have the demo in on your hard drive. For example,
  8. @echo if you have the WC4DEMO files in C:\GAMES\WC4DEMO, in the
  9. @echo install program, please change your save game directory to
  10. @echo "C:\GAMES\WC4DEMO\". Oh, and one more thing... Have fun! -ALS
  11. @echo\
  12. @pause
  13. @echo Running WC4DEMO Install...
  14. @wc4demo -i %1 %2 %3 %4 %5
  15.